projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f68c1b
)
(file-name-buffer-file-type-alist): Define for compiler.
author
Glenn Morris
<rgm@gnu.org>
Tue, 1 Sep 2009 03:25:10 +0000
(
03:25
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 1 Sep 2009 03:25:10 +0000
(
03:25
+0000)
lisp/mail/feedmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/feedmail.el
b/lisp/mail/feedmail.el
index 4ebd2a19b42b423109022d58b9a488f70df2d5a5..2449adb5ee732cbb6803ef41b76f5181e2c9606e 100644
(file)
--- a/
lisp/mail/feedmail.el
+++ b/
lisp/mail/feedmail.el
@@
-1521,6
+1521,9
@@
bail out with an appropriate answer to the global confirmation prompt."
(interactive "p")
(let ((feedmail-queue-runner-confirm-global t)) (feedmail-run-the-queue arg)))
+;; letf fools the byte-compiler.
+(defvar file-name-buffer-file-type-alist)
+
;;;###autoload
(defun feedmail-run-the-queue (&optional arg)
"Visit each message in the feedmail queue directory and send it out.